GDK W32: Fix property setting to correctly use static strings
authorРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 4 Jan 2019 09:48:46 +0000 (09:48 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 22 Mar 2019 16:59:03 +0000 (16:59 +0000)
commit8da56cef7900f613248a82168af89ad35fbd0fd5
treef2a9a5b3685b1f45ec6cc989ba46210acfede784
parent64ab82c403326ae3f457b5bf31622b5ec096b981
GDK W32: Fix property setting to correctly use static strings

The strings that are set are static, so g_value_set_static_string() should
be used to set them instead of g_value_set_string().
gdk/win32/gdkproperty-win32.c